File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -193,7 +193,7 @@ const actions = {
193193 async query_android ( { state, commit } , { timeperiod, filterCategories } : QueryOptions ) {
194194 const periods = [ timeperiodToStr ( timeperiod ) ] ;
195195 const classes = loadClassesForQuery ( ) ;
196- const q = queries . appQuery ( state . buckets . window [ 0 ] , classes , filterCategories ) ;
196+ const q = queries . appQuery ( state . buckets . android [ 0 ] , classes , filterCategories ) ;
197197 const data = await this . _vm . $aw . query ( periods , q ) . catch ( this . errorHandler ) ;
198198 commit ( 'query_window_completed' , data [ 0 ] ) ;
199199 } ,
@@ -268,7 +268,7 @@ const actions = {
268268 } ) ;
269269 const data = await this . _vm . $aw . query (
270270 periods ,
271- queries . dailyActivityQueryAndroid ( state . buckets . window [ 0 ] )
271+ queries . dailyActivityQueryAndroid ( state . buckets . android [ 0 ] )
272272 ) ;
273273 let active_history = _ . zipObject ( periods , data ) ;
274274 active_history = _ . mapValues ( active_history , ( duration , key ) => {
You can’t perform that action at this time.
0 commit comments